net/http.http2Framer.readMetaFrame (method)

2 uses

	net/http (current package)
		h2_bundle.go#L2097: 		return fr.readMetaFrame(f.(*http2HeadersFrame))
		h2_bundle.go#L3098: func (fr *http2Framer) readMetaFrame(hf *http2HeadersFrame) (http2Frame, error) {